home *** CD-ROM | disk | FTP | other *** search
INI File | 1993-09-17 | 3.3 KB | 68 lines |
- ;--- VMiX.INI SAMPLE CONFIGURATION FILE (Ver 2.90)
- ;--- This file is optional and, if found, it will be processed by VM_BOOT.EXE
- ;--- (everything after an ';' is a comment)
- ;
-
- [access passwords]
- ;----------------- sample access passwords
- ;
- ;--- The first time (and everytime) that the Section [access passwords]
- ;--- is found, the original VMiX.INI file is copied to VMiX.BAK, all access
- ;--- passwords are encrypted, and the name of this Section is changed
- ;--- to [encrypt passwords]. Remove the unencrypted file VMiX.BAK, so
- ;--- that the original passwords remain secret to all other users.
- guest
- superuser
- password
-
- [remote startup]
- ;----------------- Starts an automatic login shell or user program
- ;----------------- when a COMM port line is answered for remote callers.
- ;
- ;--- The [remote startup] Section for user logins is ONLY processed,
- ;--- when VSETUP.EXE is given as an argument to the 'set remote -l' command
- ;----------------- set remote -l2 vsetup
- ;--- or
- ;----------------- set remote -l1 c:\vmix\vsetup.exe
- ;
- ;----------------- The command line you give here, will be invoked
- ;----------------- for all incomming COMM port calls or direct connects.
- ;----------------- You must issue the command 'set remote -l???? vsetup.exe',
- ;----------------- where ???? is the COMM port channel (1 - 4).
- ;----------------- If the above command is in effect, when a COMM port
- ;----------------- login attempt is detected, VSETUP.EXE will be executed.
- ;----------------- VSETUP first validates the input user password with
- ;----------------- the valid encoded passwords in VMiX.INI. After
- ;----------------- validation, VSETUP.EXE will pass control to the VMiX
- ;----------------- command line given below. Only one line allowed, but
- ;----------------- multiple commands/programs can be entered, separated
- ;----------------- by a '/' delimiter.
- ;
- ;----------------- 'set remote -l????' by itself, without VSETUP.EXE
- ;----------------- restores the default VMiX shell (where access
- ;----------------- passwords are not checked).
-
- rshell ;replace with your own user program or batch file
-
- [startup]
- ;----------------- All single or multi-command lines you give here, will
- ;----------------- be executed during VMiX startup.
- ;
- ;----------------- This method is an alternative to giving all your
- ;----------------- configuration commands in a long vm_boot command line.
- ;----------------- If you have both a VMiX.INI and startup commands at the
- ;----------------- command line, the .INI will be executed first, followed
- ;----------------- by the command line commands !!!
- ;
- ;----------------- It is better to use a single line per 'dosjob' command.
- ;----------------- For other commands, concatenate as many as possible on
- ;----------------- a single line.
- ;----------------- (each line is processed by a different VMiX process).
- ;----------------- Once a 'dosjob', 'spawn', or 'loadup' command is
- ;----------------- encountered on a line, all commands after it are processed
- ;----------------- by the new 'dosjob', 'spawn' or 'loadup' task.
- ;----------------- Note: the first (2) chars of a command are sufficient to
- ;----------------- identify the command.
-
- se re -l1 vsetup/se re -a/se ba -c1 24/se ba -c2 24/se ba -c3 24/se ba -c4 24
-